org.eclipse.vtp.desktop.model.core
Class ObjectField

java.lang.Object
  extended by org.eclipse.vtp.desktop.model.core.ObjectDefinition
      extended by org.eclipse.vtp.desktop.model.core.ObjectField

public class ObjectField
extends ObjectDefinition

Author:
Trip

Constructor Summary
ObjectField(java.lang.String name, FieldType fieldType, boolean readOnly)
           
 
Method Summary
 ObjectDefinition getParent()
           
 java.lang.String getPath()
           
 boolean isReadOnly()
           
 void setParent(ObjectDefinition parent)
           
 
Methods inherited from class org.eclipse.vtp.desktop.model.core.ObjectDefinition
addField, equals, getDefaultValue, getFields, getName, getType, hasValue, setDefaultValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectField

public ObjectField(java.lang.String name,
                   FieldType fieldType,
                   boolean readOnly)
Method Detail

setParent

public void setParent(ObjectDefinition parent)

getPath

public java.lang.String getPath()
Overrides:
getPath in class ObjectDefinition

isReadOnly

public boolean isReadOnly()

getParent

public ObjectDefinition getParent()